home *** CD-ROM | disk | FTP | other *** search
/ Risc World 1 / Risc World 1.iso / html / issue5 / armcode / images / fig1.gif
Graphics Interchange Format  |  1998-02-21  |  39KB  |  657x339  |  8-bit (43 colors)
Labels: bulletin board | poster | sky | vegetarianism
OCR: Suffix Name Flag settings Conditions that result in the flag settings Equal set operation gave zero result. NE Not Equal clear operation gave nou zero result. VS oVerflow Set set operation caused an overflow error (number too large to fit in 32 bits) VO oVerflow Clear clear operation caused no overflow. M Minus set arithmetic operation gave an answer PI PLUS clear arithmetic operation gave an answer CS Carry Set set arithmetic operation resulted in a carry set CO Carry Clear clear arithmetic operation resulted in no carry ALways No change in flags do this command always (default setting- -not req) NV NeVer No change ir flags never op this command (never used!?!) HI Higher (unsigned) set clear CMP R0,R1 where R0>R1 (assumes unsigned) Lower or Same clear set CMP R0,R1 where R0<=R1 (assumes u ...